
.watermark {

    display: block;

}

.watermark::after {
    content: "";
    background:url(https://www.google.co.in/images/srpr/logo11w.png);
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
#refresh{
    width: 32px;
    height: 32px;
    display: block;

    line-height: 30px;
    background: url("../images/refresh.png");
}
#captcha-label{

    height: 32px;
    margin-right: 5px;
    line-height: 32px;
}
.captcha-div{
    clear: both;
    float: left;
    overflow: hidden;
    margin-top: 10px;
}
#captcha-image{

    margin-right: 5px;
}
#captcha-label{

    height: 32px;
    margin-right: 5px;
    line-height: 32px;
}
#captcha-text{

    height: 32px;
    margin-right: 5px;
    width: 133px;
}

.navbar,.navbar-toggle{
    background-color: #9a1e1f!important;
}

.navbar li a:hover,.navbar-toggle:hover,.active1{
    background-color:#c52f36 !important;
    color: #f3f3f3!important;

}

.navbar-nav li a{
    color:#ffffff!important;
}

